ActiveReports 10
Upgrading Reports
ActiveReports 10 > ActiveReports User Guide > Upgrading Reports

ActiveReports 10 allows you to upgrade from ActiveReports and Data Dynamics reports.

Upgrading ActiveReports and Data Dynamics Reports Projects

You can automatically update reports and corresponding reference assemblies using the ActiveReports 10 Upgrade tool, and then handle any additional errors in the code.

Important: Be sure to create a backup for your project before starting the upgrade process.

To upgrade project references and reports

  1. In Visual Studio, open an existing ActiveReports or Data Dynamics Reports project that you want to upgrade.
  2. From the Visual Studio Tools menu, select Convert to ActiveReports 10.
  3. In the ActiveReports 10 Upgrade tool window that appears, you can see a list of report files to be converted. 

  4. Click OK to upgrade the project.

To handle errors in code

The ActiveReports 10 Upgrade tool upgrade the reports and corresponding reference assemblies, but the updated namespaces, types and types members may break the code.

  1. With the upgraded project open in Visual Studio, from the View menu, select Error List to get the list of errors to be fixed in code.
  2. In the Error List window, double-click each error in turn to jump to the code where you can fix the error.

Examples of code that might break and how to fix it:

For a list of changes from the previous version, see Breaking Changes.

See Also